configuration / system / timezones

CLI REST-API

dummy

The submenu dummy (dummy) contains the following:

Menus:
dst-on (dst-on)
dst-off (dst-off)

Objects:
timezone-id (timezone-id)
display-name (display-name)

Commands: none



See also:
/configuration/system/timezones/[ID]/dst-on
/configuration/system/timezones/[ID]/dst-off
/configuration/system/timezones/[ID]/timezone-id
/configuration/system/timezones/[ID]/display-name

REST-API Support:


This menu is supported by the REST API:

Method: GET
URL: /api/configuration/system/timezones/.*


Example using curl:
curl /api/configuration/system/timezones/.*


Method: PATCH
URL: /api/configuration/system/timezones/.*
Body:
{
  \"objects\": \"new-values\"
}

Example using curl:
curl -X PATCH /api/configuration/system/timezones/.*
-d "{
  \"objects\": \"new-values\"
}"


Method: DELETE
URL: /api/configuration/system/timezones/.*

Example using curl:
curl -X DELETE /api/configuration/system/timezones/.*